home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / Shareware City / Comms and Networking / QuickAgent / Sample scripts / QuickAgent options3 < prev   
Encoding:
Text File  |  1994-03-08  |  770 b   |  21 lines  |  [TEXT/R*ch]

  1. -- lines beginning with -- are ignored comments
  2. --
  3. -- To use this script, uncomment the appropriate lines,
  4. -- rename this file to "QuickAgent options", place
  5. -- this file in the same folder as QuickAgent, and
  6. -- restart QuickAgent.
  7. --
  8. -- This exaple script sets how often QuickAgent checks for new mail
  9. -- to half the default, and if the subject field contains "blueprint"
  10. -- it sends back a reply to the sender with the file named in the
  11. -- subject field.
  12. -- 
  13. -- * Notice the path to the file is a folder concatenated with 
  14. -- whatever is in the subject field. Clever. This example 
  15. -- provided by one of our beta testers.
  16. --
  17. --
  18. -- checkSeconds = 60
  19. --
  20. -- if QMSubject contains "Blueprint" then QMReply QMSenderAddress,"re: Blueprint",("Mac HD:Documents:" & QMSubject)
  21.